home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / linklist / source.lha / doc / lUndump.3 < prev    next >
Text File  |  1993-08-08  |  810b  |  30 lines

  1. '.so tmac.clman
  2. .TH "lUndump"
  3. .IX lUndump
  4. .SH NAME
  5. lUndump - Undump a linked list from a file.
  6. .SH SYNOPSIS
  7. int
  8. .BR "lUndump" "(file)"
  9. .br
  10. .RT
  11. .RP
  12. In    char    *file    name of linked list dump file
  13. .DT
  14. .SH DESCRIPTION
  15. \fBlUndump\fP is a linked list undumping utility. The user will be able to
  16. use linked list data that was saved by lDump in the same or an earlier
  17. program session. The linked list data was saved in a specially formatted
  18. file by lDump. The routine returns the identifier of the undumped linked
  19. list (\(>= 1), which must be used in the other routines of the linked list
  20. tool. This identifier doesn't have to be the same as used by lDump.
  21. .SH RETURN CODES
  22. .nf
  23. Return on success :
  24.     identifier of linked list (\(>=1)
  25. Return on error :
  26.     lOPEN_ERROR
  27. .fi
  28. .SH AUTHOR
  29. Anita Eijs (TNO - Bouw - BouwInformatica)
  30.